x86: Remove quotation mark in CONFIG_HOSTNAME
authorBin Meng <[email protected]>
Thu, 8 Oct 2015 03:19:11 +0000 (20:19 -0700)
committerSimon Glass <[email protected]>
Wed, 21 Oct 2015 13:46:25 +0000 (07:46 -0600)
CONFIG_HOSTNAME is an environment varible, so that quotation mark
is not needed.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
include/configs/x86-common.h

index 3f153f24aeaa1bbd4a1b882cbd6cbd595854d0f3..44765f64410be4fe7a4590e28f82cc1552ca38e7 100644 (file)
 
 /* Default environment */
 #define CONFIG_ROOTPATH                "/opt/nfsroot"
-#define CONFIG_HOSTNAME                "x86"
+#define CONFIG_HOSTNAME                x86
 #define CONFIG_BOOTFILE                "bzImage"
 #define CONFIG_LOADADDR                0x1000000